Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimeBase<TTimeValue> Class / IsEnabled Property

In This Topic
    IsEnabled Property (C1DateTimeBase<TTimeValue>)
    In This Topic
    Gets or sets the enabled status.
    Syntax
    'Declaration
     
    
    Public Property IsEnabled As Boolean
    public bool IsEnabled {get; set;}
    See Also